Clarify Cursor Theme GDK Warning
authorJohn Ralls <jralls@ceridwen.us>
Sun, 16 Jun 2013 16:51:04 +0000 (12:51 -0400)
committerJohn Ralls <jralls@ceridwen.us>
Sat, 28 Sep 2013 17:05:29 +0000 (10:05 -0700)
gtk/gtksettings.c

index 4eec096ba4c815619dcf4b263193e30ba759356f..a163f17efa4dd4599f3a473a76a63cdbbb07da1f 100644 (file)
@@ -2708,7 +2708,7 @@ settings_update_cursor_theme (GtkSettings *settings)
     gdk_wayland_display_set_cursor_theme (display, theme, size);
   else
 #endif
-    g_warning ("unsupported GDK backend\n");
+    g_warning ("GtkSettings Cursor Theme: Unsupported GDK backend\n");
   g_free (theme);
 }